curl --location 'https://staging.api.joindapayments.com/services' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"service_name": "internal",
"webhook_endpoint": "http://localhost:8082",
"webhook_secret": ""
}'{}