curl --location --request POST 'https://tp.dev/api/api/agency/send-invite' \ --header 'Authorization: Bearer USER_JWT' \ --header 'Content-Type: application/json' \ --data-raw '{ "phone": "+15559876543" }'
{}