curl --location --request GET 'https://api.gomessage.id/eip/partner/bulk-campaign?status&type' \
--header 'apiKey: <api-key>'{
"count": 0,
"rows": [
{
"publicId": "string",
"name": "string",
"remark": "string",
"createdDate": "string",
"status": 0,
"type": 0
}
]
}