curl --request POST \
--url https://app.coolify.io/api/v1/services \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"type": "activepieces",
"name": "<string>",
"description": "<string>",
"project_uuid": "<string>",
"environment_name": "<string>",
"server_uuid": "<string>",
"destination_uuid": "<string>",
"instant_deploy": false
}'