Authorization: Bearer ********************curl --location --request POST 'https://test-api.bringthisfood.com/v1/invite/code/request' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"telephone": "+2349012345678",
"type": "vendor"
}'{
"success": true,
"statusCode": 200,
"data": {
"invite": {
"code": "appears-only-in-dev-mode"
}
}
}