curl --location --request POST 'https://tp.dev/api/api/agency/login' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "agency@example.com", "password": "StrongPa$$word1" }'
{}