Authorization: ********************{
"url": "string",
"isPrivate": true,
"angle": 0
}curl --location --request POST '/api/v1/filegateway/imageRotation' \
--header 'uid;' \
--header 'userInfo;' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"url": "string",
"isPrivate": true,
"angle": 0
}'