Authorization: Bearer ********************
{
"template": "elit"
}
curl --location --request PATCH '/games//match_detail' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"template": "elit"
}'
{}