Login user
curl --request POST \
--url https://api-dev.monyfix.tech/auth/login \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"phone": "<string>"
}
'{
"id": "<string>",
"phone": "<string>"
}curl --request POST \
--url https://api-dev.monyfix.tech/auth/login \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"phone": "<string>"
}
'{
"id": "<string>",
"phone": "<string>"
}