Authorization: Bearer ********************
curl --location 'https://your-api-server.com?dataDomain=deskSections' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "id": 0, "name": "string", "_lastModifiedAt": "string" }'
{}