curl --location --request POST 'https://btf-node.vercel.app/v1/otp/verify' \
--header 'Content-Type: application/json' \
--data-raw '{
"telephone": "+2349012345678",
"code": "string"
}'
{
"data": {
"tokens": {
"access": "string",
"refresh": "string"
}
}
}