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