Hi @wallacepo
The payload should be {'archived':false}
Example with cURL it would be --data-raw '{"archived":false}'
You are mixing different endpoint structures.
The best way to learn the API, is to just use Metabase while having your browser developer Network-tab open and looking at the request, and what data is being send/received.