curl --location --request POST 'https://devbo.aldypay.com/api/v1/vendors/auth/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "username",
"password": "password"
}'{
"status": true,
"code": 0,
"description": "string",
"data": {
"access_token": "string",
"expires_at": 0,
"token_type": "string",
"user": {
"company": {
"company_channel": 0,
"company_id": 0,
"company_name": "string",
"company_phone": "string"
},
"full_name": "string",
"id": 0,
"is_active": true,
"mobile": "string",
"national_id": "string",
"password_need_change": true,
"permissions": [
"string"
],
"personal_code": "string",
"role": [
"string"
],
"username": "string"
}
}
}