curl --location --request POST '/track-requests' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"target_url": "https://game-online-test.com",
"is_tracking": true
}'{}