curl --request POST \
--url https://api.example.com/api/v1/products/{product_id}/unarchive \
--header 'Authorization: Bearer <token>'{
"code": "BAD_REQUEST",
"message": "<string>"
}curl --request POST \
--url https://api.example.com/api/v1/products/{product_id}/unarchive \
--header 'Authorization: Bearer <token>'{
"code": "BAD_REQUEST",
"message": "<string>"
}