Authorization: ********************{
"siteshot": "string",
"status": "APPROVED"
}curl --location --request PUT '/links//review' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"siteshot": "string",
"status": "APPROVED"
}'{
"code": 0,
"data": null,
"message": "string"
}