curl --location --request PATCH 'https://qa.api.adlyfy.dev/api/v1//api/v1/meta/ads//status?adAccountId' \
--header 'x-api-key;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "PAUSED"
}'{
"data": {},
"success": true,
"message": "Request successful",
"timestamp": "2026-03-30T12:00:00.000Z",
"statusCode": 200
}