Request
Body Params application/json
{
"offset": 1,
"limit": 10,
"page_ids": [],
"search": "",
"filter": "all",
"campaigns": [],
"group_ads": [],
"start_time": "2024-08-13T17:00:00.000Z",
"end_time": "2024-09-13T16:59:59.999Z"
}
Request Code Samples
curl --location --request POST 'http://127.0.0.1:8000/api/facebook/export-form-facebook/' \
--header 'X-Auth-User-Id: 4ae433db-30e9-11ee-ab3f-005056a30eb5' \
--header 'Content-Type: application/json' \
--data-raw '{
"offset": 1,
"limit": 10,
"page_ids": [],
"search": "",
"filter": "all",
"campaigns": [],
"group_ads": [],
"start_time": "2024-08-13T17:00:00.000Z",
"end_time": "2024-09-13T16:59:59.999Z"
}'
Responses
application/json Modified at 2025-01-10 03:25:23