curl --location --request GET 'https://staging.api.joindapayments.com/services' \
--header 'Authorization: Bearer <token>'{
"status": "success",
"message": "Services retrieved successfully",
"data": [
{
"id": "aa510f3f-296b-4c2e-86be-393fb73e1f69",
"service_name": "local-dev",
"webhook_endpoint": "http://localhost:8082/webhook",
"is_active": true,
"created_at": "2025-12-16T05:38:33.335605Z",
"updated_at": "2025-12-16T05:38:33.335611Z"
}
]
}