curl --request POST \
--url https://api.example.com/payments/commands/setgateway \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"gatewayId": "<string>",
"token": "<string>",
"gateway": "<string>",
"secret": "<string>",
"type": "<string>",
"settings": {},
"enabled": true
}
'