curl --request POST \
--url https://api.orderly.org/v1/orderly_key \
--header 'Content-Type: application/json' \
--data '{
"message": {
"brokerId": "<string>",
"chainId": 123,
"chainType": "<string>",
"orderlyKey": "<string>",
"scope": "<string>",
"timestamp": 123,
"expiration": 123,
"tag": "<string>",
"subAccountId": "<string>"
},
"signature": "<string>",
"userAddress": "<string>"
}'