Authorization: Bearer ********************{
"bannerInfo": {
"text": "test content!!!",
"textSize": 1,
"textLocation": 0,
"displayModel": 2,
"bannerId": 1,
"textColor": {
"a": 1,
"r": 255,
"g": 255,
"b": 255
},
"backgroundColor": {
"a": 0.5,
"r": 204,
"g": 25,
"b": 25
}
}
}curl --location -g --request POST '/rsc/api/v3/user/sessions/{{sessionId}}/banner/actions/start' \
--header 'x-endpoint-id: {{endpointId}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"bannerInfo": {
"text": "test content!!!",
"textSize": 1,
"textLocation": 0,
"displayModel": 2,
"bannerId": 1,
"textColor": {
"a": 1,
"r": 255,
"g": 255,
"b": 255
},
"backgroundColor": {
"a": 0.5,
"r": 204,
"g": 25,
"b": 25
}
}
}'{}