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