curl --location --request GET 'https://staging.api.joindapayments.com/services/' \
--header 'Authorization: Bearer <token>'{
"status": "success",
"message": "Service retrieved successfully",
"data": {
"id": "350441b7-2757-4f6f-b558-4eb645c5912f",
"service_name": "internal2",
"webhook_endpoint": "http://localhost:8082",
"is_active": true,
"created_at": "2025-12-16T15:53:50.458975Z",
"updated_at": "2025-12-16T15:53:50.458984Z"
}
}