Authorization: Bearer ********************
{}
curl --location --request GET 'https://api.gofive.co.th/v3/Products/serials/status?CustomerCode=C000001&SerialNumber=pep00001' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"data": {
"status": 1,
"serialNumber": "Pep001"
},
"statusCode": 1000,
"httpStatusCode": 200
}