{
"instanceId": "string",
"ports": [
{
"Container": "string",
"Host": "string",
"Protocol": "string"
}
],
"projectId": "string",
"serviceId": "string",
"url": "string"
}curl --location --request POST '/api/backend/dataRelay/install?plainText&signature' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"instanceId": "string",
"ports": [
{
"Container": "string",
"Host": "string",
"Protocol": "string"
}
],
"projectId": "string",
"serviceId": "string",
"url": "string"
}'{
"message": "string"
}