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