Api-Key: ********************{
"username": "Raya",
"password": "1272893596",
"method": null // nullable, sms | ga
}curl --location --request POST 'https://api.iranpayamak.com/ws/v1/auth/login' \
--header 'Accept: application/json' \
--header 'Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "Raya",
"password": "1272893596",
"method": null // nullable, sms | ga
}'{}