x-session-token: ********************
curl --location --request POST 'https://api.lootlocker.com/game/reports/asset' \
--header 'x-session-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"asset_id": 4,
"reason_ids": [3],
"text": "Why the asset bully me?"
}'
{}