curl --location --request POST '/track-requests/1/add-request' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"url_called": "https://api.game-online-test.com/v1/login",
"method": "POST",
"payload": {
"username": "testuser",
"action": "click_login"
}
}'{}