Authorization: Bearer ********************
curl --location --request PUT '/check-confirms/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "domain": "string", "status": "approved" }'