cURL
curl --request POST \ --url https://api.example.com/login \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'email=<string>' \ --data 'password=<string>'
"<string>"
Successful Response
The response is of type string.
string