Authorization: Bearer ********************{
"venueOptions": {
"nameOptionOpened": true,
"nameOption": {
"position": {
"x": 0,
"y": 1
},
"font": {
"size": 2
}
}
}
}curl --location --request PUT '/rsc/api/v3/user/sessions//venue-option' \
--header 'x-endpoint-id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"venueOptions": {
"nameOptionOpened": true,
"nameOption": {
"position": {
"x": 0,
"y": 1
},
"font": {
"size": 2
}
}
}
}'{}