Authorization: Bearer ********************
{ "id": "", "name": "吾欣怡", "displayName": "潘敬阳", "color": "ivory", "icon": "https://avatars.githubusercontent.com/u/9600947", "isDelete": "N" }
curl --location --request POST 'http://localhost:8081/delicious-food-map/category/insert-or-update-or-delete' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": "", "name": "吾欣怡", "displayName": "潘敬阳", "color": "ivory", "icon": "https://avatars.githubusercontent.com/u/9600947", "isDelete": "N" }'
{ "code": "", "message": "", "description": "", "data": false }