{
"content": "{\"action\":\"FILE_RENAME\",\"before\":\"old_name\",\"after\":\"new_name\"}"
}{
"content": "{\"action\":\"FILE_RENAME\",\"before\":\"old_name\",\"after\":\"new_name\"}"
}curl --location '/sdk/v2/api/files/462ea8899d2b4f17/action' \
--header 'x-shimo-signature: {{signature}}' \
--header 'x-shimo-token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"content": "{\"action\":\"FILE_RENAME\",\"before\":\"old_name\",\"after\":\"new_name\"}"
}'{}