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 PUT 'http://47.254.255.198:8888/product/updateProduct' \
--header 'x-token: <api-key>' \
--header 'Content-Type: application/json' \
--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"
}