curl --location --request POST 'https://btf-node.vercel.app/v1/invite/code' \
--header 'Content-Type: application/json' \
--data-raw '{
"telephone": "+2349012345678"
}'
{
"success": true,
"statusCode": 200,
"data": {
"invite": {
"code": "appears-only-in-dev-mode"
}
}
}