curl --location --request POST '/email-otp/check-verification-otp' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"type": "string",
"otp": "string"
}'{
"success": true
}