Authorization: Bearer ********************curl --location --request GET 'https://test-api.bringthisfood.com/v1/existence/telephone/+2349012345678' \
--header 'Authorization: Bearer <token>'{
"success": true,
"statusCode": 200,
"data": {
"exists": true
}
}