Authorization: ********************Device-Token: ********************curl --location --request POST '/api/reports/sites' \
--header 'Authorization: Bearer <token>' \
--header 'Device-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"site_name": "google",
"site_url": "https://www.google.com",
"is_enabled": true,
"type": "search_engine"
}'{
"message": "Operation successful",
"data": {}
}