curl --location --request PATCH 'https://api.lootlocker.io/admin/v1/game/2/bones' \
--header 'Content-Type: application/json' \
--header 'x-auth-token;' \
--data-raw '{
"bones": [
{
"bone": {
"name": "AN1"
},
"parameters": [
{
"name": "P1",
"value": null,
"type": "string"
},
{
"name": "P2",
"value": "2",
"type": "number"
}
],
"game_id": "2"
}
]
}'
{}
x-auth-token: ********************