curl -L \ --request PUT \ --url '//api/applications/{applicationId}/public-to-all' \ --header 'Content-Type: application/json' \ --data '{ "publicToAll": true }'
{ "code": 1, "message": "text", "data": true, "success": true }