POST /api/authentication/Login
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"
}