curl --request PUT \
--url https://www.citedy.com/api/agent/image-style \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"preset": "minimal"
}
'{
"success": true,
"preset": "<string>"
}curl --request PUT \
--url https://www.citedy.com/api/agent/image-style \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"preset": "minimal"
}
'{
"success": true,
"preset": "<string>"
}