x-token: ********************
curl --location --request GET 'http://47.254.255.198:8888/product/findProduct?ID' \
--header 'x-token;'
{
"code": 0,
"data": {
"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"
},
"msg": "string"
}