curl --location '/public-api/v1/resource/save' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"deptId": 0,
"tenantId": 0,
"resourceType": 0,
"resourceName": "string",
"suffix": "string",
"resourceUrl": "string",
"origin": 0,
"status": 0,
"created": "string",
"createdBy": 0,
"modified": "string",
"modifiedBy": 0,
"options": {
"key": {}
},
"fileSize": 0,
"categoryId": 0
}'{
"errorCode": 0,
"message": "",
"data": null
}