curl --location -g --request PATCH 'https://api.lootlocker.io/admin/v1/game//segments/3' \
--header 'Content-Type: application/json' \
--header 'x-auth-token;' \
--data-raw '{
"name": "Player Segment 1",
"platform_id": null,
"join_date_start": null,
"join_date_end": null,
"last_active_start": null,
"last_active_end": null,
"min_session_count": null,
"max_session_count": null,
"has_hard_purchase": null,
"has_soft_purchase": null,
"has_purchased_asset_type_id": null,
"owns_dlc_id": null
}'
{}
x-auth-token: ********************