Authorization: Bearer ********************curl --location '/ranking-domain-histories?per_page=undefined&page=undefined' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"ranking_branch_name": "string",
"ranking_group_name": "string",
"domain_status": 1,
"run_at": "2024-12-12",
"device": "mobile",
"domains": [
"string"
]
}'