curl --location --request POST 'https://test-api.bringthisfood.com/v1/store//request' \
--header 'Authorization: Bearer <token>'{
"success": true,
"statusCode": 200,
"data": {
"request": {
"id": "string",
"status": "pending",
"user": {
"id": "string",
"active": true,
"locations": [
{
"city": "Ile - Ife (Off Campus)",
"street": "Parakin",
"description": "Beside AP filling station, KM 4, Ede Road",
"coordinates": {
"latitude": 0,
"longitude": 0
}
}
],
"name": "string",
"role": {
"main": "rider",
"category": "platform",
"status": "pending"
},
"telephone": "+2349012345678",
"verified": true,
"picture": {
"mimeType": "string",
"url": "string"
},
"review": {
"totalRaters": 0,
"rating": 0
}
}
}
}
}