curl --request POST \
--url https://api.sequence.app/rpc/API/IsValidMessageSignature \
--header 'Content-Type: application/json' \
--header 'X-Access-Key: <api-key>' \
--data '{
"chainId": "<string>",
"walletAddress": "<string>",
"message": "<string>",
"signature": "<string>"
}'