curl --location --request GET '/api/v1/service/list' \
--header 'Authorization: Bearer <token>'{
"list": [
{
"id": 19,
"name": "Ads Services",
"counterpartyId": null,
"organizationId": 26,
"createdAt": "2025-03-31T14:31:07.287Z",
"updatedAt": "2025-03-31T14:31:07.287Z"
}
]
}