curl --location -g --request POST 'https://backend.clara.crazi.co/api/v1/users/hello@crazi.co/activate' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "245522"
}'{
"data": {
"created_at": "Thu, 27 Nov 2025 00:10:11 GMT",
"credits": 0.0,
"email": "hello@crazi.co",
"first_name": "Vibhanshu",
"id": "user_5e5ce11ad8ed4a328df03ffd19fa80ec",
"is_2fa_enabled": false,
"is_active": true,
"is_dark_mode": true,
"last_name": "Rathod",
"updated_at": "Thu, 27 Nov 2025 00:10:11 GMT"
},
"message": "User activated successfully.",
"status": "success"
}