Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
curl --request POST \
--url https://api.lettermint.co/v1/domains/{domainId}/dns-records/verify \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}curl --request POST \
--url https://api.lettermint.co/v1/domains/{domainId}/dns-records/verify \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.