Authorization: ********************{
"err_on_conflict": true,
"type": 1,
"uri": "string"
}curl --location --request POST '/file/create' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"err_on_conflict": true,
"type": 1,
"uri": "string"
}'{
"code": 0,
"data": null,
"message": "string"
}