{
"game": {
"name": "string",
"starts_at": "string",
"ends_at": "string",
"status": "draft",
"code_length": 3,
"member_frequency": 100,
"webpage_url": "string",
"bee_json": {},
"codes": [
"string"
]
}
}
curl --location --request POST 'https://api.mpc.dev.placewise.com/v1/management/games/codebreaker?dry_run=' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"game": {
"name": "string",
"starts_at": "string",
"ends_at": "string",
"status": "draft",
"code_length": 3,
"member_frequency": 100,
"webpage_url": "string",
"bee_json": {},
"codes": [
"string"
]
}
}'
{
"game": {
"id": 0,
"name": "string",
"starts_at": "string",
"ends_at": "string",
"status": "draft",
"code_length": 3,
"member_frequency": 100,
"webpage_url": "string",
"bee_json": {},
"html": "string",
"codes": [
"string"
]
}
}