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