Authorization: Bearer ********************
{
"name": "string",
"targetType": 0,
"description": "string",
"code": "string",
"parameters": [
"string"
],
"resourceId": "026d60bb-63a8-407e-bf67-01dcfc6022e6"
}
curl --location --request POST 'https://api.phizone.cn/applications//services' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"targetType": 0,
"description": "string",
"code": "string",
"parameters": [
"string"
],
"resourceId": "026d60bb-63a8-407e-bf67-01dcfc6022e6"
}'
{}