curl --request POST \
--url https://business.tgo-eg.com/api/v1/auth/login \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com",
"password": "<string>"
}
'{
"message": "<string>",
"errors": {}
}curl --request POST \
--url https://business.tgo-eg.com/api/v1/auth/login \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com",
"password": "<string>"
}
'{
"message": "<string>",
"errors": {}
}