{
"favorite": "test1"
}
curl --location --request POST '/rest/services//plotting/addFavorites' \
--header 'Content-Type: application/json' \
--data-raw '{
"favorite": "test1"
}'
{
"result": true,
"resultcode": "success",
"time": 3
}