x-token: ********************
{
"ID": 0,
"concurrent": 0,
"createdAt": "string",
"dailyPrice": 0,
"days": 0,
"description": "string",
"maxSeconds": 0,
"name": "string",
"price": 0,
"priority": 0,
"status": "string",
"supportLevel": "string",
"updatedAt": "string"
}
curl --location --request DELETE 'http://47.254.255.198:8888/product/deleteProduct' \
--header 'Content-Type: application/json' \
--header 'x-token;' \
--data-raw '{
"ID": 0,
"concurrent": 0,
"createdAt": "string",
"dailyPrice": 0,
"days": 0,
"description": "string",
"maxSeconds": 0,
"name": "string",
"price": 0,
"priority": 0,
"status": "string",
"supportLevel": "string",
"updatedAt": "string"
}'
{
"code": 0,
"data": null,
"msg": "string"
}