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