curl --request PUT \
--url https://api.l2msg.com/whatsapp/instance/restart/{instance} \
--header 'apikey: <api-key>'{
"instance": {
"instanceName": "teste-docs",
"state": "open"
}
}Restarts the instance
curl --request PUT \
--url https://api.l2msg.com/whatsapp/instance/restart/{instance} \
--header 'apikey: <api-key>'{
"instance": {
"instanceName": "teste-docs",
"state": "open"
}
}