cURL
curl --request POST \ --url https://api.animusai.co/v2/{character_id}/dataset/approve \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "approved_images": 123, "next_step": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Dataset approved.