cURL
curl --request POST \ --url https://api.example.com/api/v1/auth/signin \ --header 'Content-Type: application/json' \ --data ' { "Email": "jsmith@example.com" } '
{ "data": {}, "success": true }
Successful Response