application/json
POST
/api/Admin/login
cURL (application/json)
curl \
--request POST 'http://mamaguide.runasp.net/api/Admin/login' \
--header "Content-Type: application/json" \
--data '{"phoneNumber":"string","password":"string"}'
curl \
--request POST 'http://mamaguide.runasp.net/api/Admin/login' \
--header "Content-Type: text/json"
curl \
--request POST 'http://mamaguide.runasp.net/api/Admin/login' \
--header "Content-Type: application/*+json"
Request examples
{
"phoneNumber": "string",
"password": "string"
}
Request examples
{
"phoneNumber": "string",
"password": "string"
}
Request examples
{
"phoneNumber": "string",
"password": "string"
}
Response examples (400)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string",
"key": null
}
Response examples (400)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string",
"key": null
}