Authorization: Bearer ********************
curl --location --request GET 'https://api.gofive.co.th/v1/Products/Groups' \
--header 'Ocp-Apim-Subscription-Key: <Your-Subscription-Key>' \
--header 'Content-Type: application/json'
{
"data": {
"value": [
{
"groupId": 1,
"groupType": 1,
"parentId": 1,
"groupName": "string"
}
],
"statusCode": 200
},
"statusCode": 1000,
"httpStatusCode": 200
}