Authorization: Bearer ********************{
"content": "string",
"apply": "false"
}curl --location --request POST '/rsc/api/v2/user/sessions//endpoints//layouts' \
--header 'x-endpoint-id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "string",
"apply": "false"
}'{
"id": "",
"applied": false,
"content": "",
"index": 0,
"createdTime": 0,
"updatedTime": 0,
"applyTime": 0
}