Authorization: Bearer ********************
{
"phone": "+90 532 000 00 00",
"password": "123456tg"
}
curl --location --request POST 'https://test-api.ucuzyolu.com/auth/password/remember' \
--header 'client-id: 302382-1928283273-237723829-292999' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "+90 532 000 00 00",
"password": "123456tg"
}'
{
"data": {
"jobId": "t62qItYLV8RQoSX4",
"status": "pending",
"attempts": 0
},
"success": true,
"code": 101,
"message": ""
}