curl --request POST \
--url https://api.example.com/admin/system-performance/cache-clear \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"cacheType": 0
}'{
"success": true,
"data": "<unknown>"
}Clear Cache of particular APIs
curl --request POST \
--url https://api.example.com/admin/system-performance/cache-clear \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"cacheType": 0
}'{
"success": true,
"data": "<unknown>"
}