curl --location --request POST 'https://tp.dev/api/api/agency/register' \
--header 'Authorization: Bearer ADMIN_JWT' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "New Agency LLC",
"email": "contact@newagency.com",
"phone": "+15557654321",
"password":"AgencyPa$$123",
"country": "USA"
}'{}