LeDragunov
05/15/2022, 4:03 PMjson
curl 'https://uhqhezqfibinawwjment.supabase.co/rest/v1/Services?id=eq.1&select=*' \
-H "apikey: SUPABASE_KEY" \
-H "Authorization: Bearer SUPABASE_KEY" \
json
[
{
"id": "18379db8-a931-4ede-9352-7ad719c990bf",
"created_at": "2022-05-14T10:47:53+00:00",
"name": "Football",
"description": "Enjoy with your friends playing football",
"duration": 60,
"location": null,
"slots": 2,
"price": 25,
"vendor_id": "aa98fcd2-4d64-420e-80f9-070df422f2d4"
},
{
"id": "fbff8aec-b55c-4372-9bd3-ed7126679285",
"created_at": "2022-05-15T15:37:27+00:00",
"name": "Basketball",
"description": "We play basketball, for fun",
"duration": 60,
"location": null,
"slots": 5,
"price": 20,
"vendor_id": "aa98fcd2-4d64-420e-80f9-070df422f2d4"
}
]Needle
05/15/2022, 4:03 PMNeedle
05/15/2022, 4:08 PMOlyno
05/15/2022, 4:08 PMLeDragunov
05/15/2022, 4:21 PM