curl --location 'https://qonvera-521534438700.europe-west1.run.app/public/v1/services?limit=' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"description": "string",
"type": "string",
"default_price": 0,
"currency": "AED",
"payment_type": "string",
"billing_interval": "string",
"active": true,
"updated_at": "2019-08-24T14:15:22.123Z"
}
],
"has_more": false
}