curl --request POST \
--url https://synthesis.trade/api/v1/wallet/pol/{wallet_id}/copytrade/{copytrade_id}/pause \
--header 'X-API-KEY: <api-key>'{
"success": true,
"response": {
"copytrade_id": "01234567-89ab-cdef-0123-456789abcdef",
"status": "PAUSED"
}
}Pause a Polymarket copytrade configuration for a Polygon wallet.
curl --request POST \
--url https://synthesis.trade/api/v1/wallet/pol/{wallet_id}/copytrade/{copytrade_id}/pause \
--header 'X-API-KEY: <api-key>'{
"success": true,
"response": {
"copytrade_id": "01234567-89ab-cdef-0123-456789abcdef",
"status": "PAUSED"
}
}