application/json
POST
/api/authentication/Login
cURL (application/json)
curl \
--request POST 'http://mamaguide.runasp.net/api/authentication/Login' \
--header "Content-Type: application/json" \
--data '{"phoneNumber":"string","password":"string"}'
curl \
--request POST 'http://mamaguide.runasp.net/api/authentication/Login' \
--header "Content-Type: text/json"
curl \
--request POST 'http://mamaguide.runasp.net/api/authentication/Login' \
--header "Content-Type: application/*+json"
Request examples
{
"phoneNumber": "string",
"password": "string"
}
Request examples
{
"phoneNumber": "string",
"password": "string"
}
Request examples
{
"phoneNumber": "string",
"password": "string"
}