curl --location --request POST 'adhub.plus/api/v1/user/reset_api_key' \
--header 'Authorization: <api-key>'{
"success": true,
"message": "API key reset successfully",
"data": {
"api_key": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6"
}
}