curl --request POST \
--url https://traderapi.us-east-1.privatelink.preprod.polymarketexchange.com/api/v1beta1/create_firms_notification_subscription \
--header 'Content-Type: application/json' \
--data '
{
"firms": [
"<string>"
],
"resume_token": "aSDinaTvuI8gbWludGxpZnk=",
"resume_time": "2023-11-07T05:31:56Z"
}
'