curl --location --request POST 'https://tp.dev/apiBASE_URL/login' \ --header 'Content-Type: application/json' \ --data-raw '{ "phone": "+1234567890", "password": "plaintextPassword123" }'
{}