{
"email": "string",
"otp": "string"
}
curl --location --request POST 'https://api.sqabl.com/v1/otp/verify' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"otp": "string"
}'
{
"success": true,
"statusCode": 200,
"data": {
"userId": "string | undefined",
"email": "string",
"accessToken": "string"
}
}