curl --request POST \
--url https://api.example.com/v1/projects/{project}/boxes/{name}/services \
--header 'Content-Type: application/json' \
--data '
{
"command": [
"<string>"
],
"name": "<string>",
"port": 1,
"publish": {
"subdomain": "<string>",
"domain": "<string>"
},
"tags": {}
}
'