curl --request PUT \
--url https://api.example.com/config \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"name": "<string>",
"ownerId": "<string>",
"url": "<string>",
"value": {},
"actions": [
{
"id": "<string>",
"name": "<string>",
"price": {
"minor": 123,
"major": 123,
"currency": "<string>"
},
"category": "<string>",
"game": "<string>"
}
]
}
'