curl --location --request POST '/send_online_folder' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": "123456789",
"folder_path": "C:\\path\\to\\folder"
}'{
"status": "ok",
"retcode": 0,
"data": {},
"message": "",
"wording": ""
}