Authorization: ********************Device-Token: ********************curl --location --request POST '/api/reports/domains' \
--header 'Authorization: Bearer <token>' \
--header 'Device-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"domain": "example.com",
"is_active": true
}'{
"message": "Operation successful",
"data": {}
}