Authorization: Bearer ********************curl --location --request POST '/check-view-source-histories' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"domains": [
"example.com",
"example.org"
],
"device": "desktop",
"provider_ids": "3,5,8"
}'{
"success": true,
"data": true,
"message": "Created successfully"
}