curl --location '/public-api/v1/modelProvider/save' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"providerName": "string",
"providerType": "string",
"icon": "string",
"apiKey": "string",
"endpoint": "string",
"chatPath": "string",
"embedPath": "string",
"rerankPath": "string",
"created": "string",
"createdBy": 0,
"modified": "string",
"modifiedBy": 0,
"deptId": 0,
"tenantId": 0
}'{
"errorCode": 0,
"message": "",
"data": null
}