Authorization: Bearer ********************
curl --location --request GET 'https://api.gofive.co.th/v1/deals/Interest' \
--header 'Ocp-Apim-Subscription-Key: <Your-Subscription-Key>' \
--header 'Content-Type: application/json'
{
"data": [
{
"topicId": 1,
"topicName": "string",
"isActive": true
},
{
"topicId": 1,
"topicName": "string",
"isActive": true
},
{
"topicId": 1,
"topicName": "string",
"isActive": true
},
{
"topicId": 1,
"topicName": "string",
"isActive": true
}
],
"statusCode": 0,
"httpStatusCode": 0
}