curl --location --request POST 'https://btf-node.vercel.app/v1/request/' \
--header 'Authorization: Bearer <access-token>'
{
"success": true,
"statusCode": 200,
"data": {
"request": {
"id": "string",
"status": "pending",
"user": {
"id": "string",
"active": true,
"location": {
"city": "Ile - Ife (Off Campus)",
"street": "Parakin",
"description": "Beside AP filling station, KM 4, Ede Road"
},
"name": "string",
"role": {
"main": "rider",
"category": "platform",
"status": "pending"
},
"telephone": "+2349012345678",
"verified": true,
"store": {
"name": "string",
"category": "string",
"availability": {
"weekly": {
"sun": {
"start": "17:00:00",
"end": "17:00:00"
},
"mon": {
"start": "17:00:00",
"end": "17:00:00"
},
"tue": {
"start": "17:00:00",
"end": "17:00:00"
},
"wed": {
"start": "17:00:00",
"end": "17:00:00"
},
"thur": {
"start": "17:00:00",
"end": "17:00:00"
},
"fri": {
"start": "17:00:00",
"end": "17:00:00"
},
"sat": {
"start": "17:00:00",
"end": "17:00:00"
}
},
"timezoneOffset": 0
},
"logo": {
"mimeType": "string",
"url": "string"
},
"location": {
"city": "Ile - Ife (Off Campus)",
"street": "Parakin",
"description": "Beside AP filling station, KM 4, Ede Road"
},
"menu": {
"pack": {
"price": {
"currency": "ngn",
"amount": 0
}
}
}
},
"review": {
"rating": 0,
"totalRaters": 0
},
"delivery": {
"price": {
"min": {
"currency": "ngn",
"amount": 0
}
},
"time": {
"min": 0,
"max": 0
}
},
"viewer": {}
},
"timestamp": "string"
}
}
}