CustomerUserLoginModelSuccessResponseModelOfCustomerUserLoginResultModelapi_id: ********************curl --location 'https://api.veloconnect.me/api/customer-users/login' \
--header 'api_id: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"phoneNumber": "string",
"password": "string",
"captchaToken": "string"
}'{
"data": [
{
"requiresTwoFactor": true,
"twoFactorMethod": "string",
"maskedDestination": "string",
"token": {
"token": null,
"refreshToken": null,
"tokenLifeTime": null
}
}
]
}