get https://api.soft10.az/v1/session/get-qr-code
Log in to see full request history
Responses
xxxxxxxxxx
curl --request GET \
--url https://api.soft10.az/v1/session/get-qr-code \
--header 'accept: application/json'
xxxxxxxxxx
{
"success": true,
"statusCode": 0,
"message": "string",
"data": {
"generateAt": "string",
"qr": "string"
}
}