Body
-
phoneNumber
string | null -
password
string | null
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"
{
"phoneNumber": "string",
"password": "string"
}
{
"phoneNumber": "string",
"password": "string"
}
{
"phoneNumber": "string",
"password": "string"
}