curl --request POST \
--url https://api.lettermint.co/v1/routes/{routeId}/verify-inbound-domain \
--header 'Authorization: Bearer <token>'{
"data": {
"verified": true,
"message": "Inbound domain verified successfully."
}
}curl --request POST \
--url https://api.lettermint.co/v1/routes/{routeId}/verify-inbound-domain \
--header 'Authorization: Bearer <token>'{
"data": {
"verified": true,
"message": "Inbound domain verified successfully."
}
}