curl --request POST \
--url http://127.0.0.1:9550/v2/create_folder \
--header 'Content-Type: application/json' \
--data '{
"folder_name": "<string>",
"path": "<string>"
}'
"<string>"
curl --request POST \
--url http://127.0.0.1:9550/v2/create_folder \
--header 'Content-Type: application/json' \
--data '{
"folder_name": "<string>",
"path": "<string>"
}'
"<string>"
Successfully created folder
The response is of type string
.
Was this page helpful?