curl --location --request POST '/api/v1/otp/verify' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "+2348071380789",
"pin": "1990"
}'{
"pinId": "092a2d8c-836b-4f9a-af22-da0eb4c77733",
"verified": true,
"msisdn": "+2348071380789",
"attemptsRemaining": 0
}