curl --location --request GET 'http://reminder-sopdev.ftel.scc/api/mega-push-campaign/?limit=10&offset=1' \
--header 'X-Auth-User-Id: 5c3c1840-fb62-11ed-a0c5-0242c0a80103'{
"status": 0,
"message": "string",
"data": {
"count": 0,
"data": [
{
"id": 0,
"name": "string",
"user_id": "string",
"status": true,
"channel": "string",
"message": "string",
"page_ids": [
"string"
],
"created_at": "string",
"updated_at": null,
"attachments": [
null
],
"generate_ai": true,
"files": [
null
],
"schedule": {
"id": 0,
"campaign_id": 0,
"start_time_frame": "string",
"frequency": null,
"day_of_week": null,
"day_of_month": null,
"end_time_frame": "string",
"time_unit_of_repetition": null,
"birthday_send_offset_days": 0
},
"conditions": [
{
"key": "string",
"value": [
"string"
]
}
],
"is_automatic_label": true,
"labels": null,
"is_select_content": true,
"type_schedule": "string",
"get_customer_from_type": "string",
"state": "string",
"number_of_customer": 0
}
]
}
}