curl --location --request POST 'https://api.lootlocker.io/admin/v1/maps/game/369' \
--header 'Content-Type: application/json' \
--header 'x-auth-token;' \
--data-raw '{
"game_id": 369,
"name": "Test Map",
"spawn_points": [
{
"position": "abcdefg",
"rotation": "90deg",
"name": "White Water",
"cameras": [
{
"position": "defghijk",
"rotation": "0deg"
}
]
}
]
}'
{}
x-auth-token: ********************