cURL
curl --request POST \ --url https://api.ai2fin.com/api/category-sets/{id}/activate \ --header 'Authorization: Bearer <token>'
{ "success": true, "previousActiveSetId": "<string>", "newActiveSetId": "<string>", "message": "<string>" }
Set a category set as the active set for the user.
JWT token obtained from /api/auth/login endpoint
Category set activated