curl --location '/otp/resend' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"contextToken": "string"
}'{
"message": "Unprocessable Entity",
"errorCode": "request_invalid",
"errors": [
{
"type": "string",
"loc": [
"string"
],
"msg": "string",
"input": "string"
}
]
}