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