curl --location --request POST 'https://api.dev.opensylo.com/api/merchants/platforms//disconnect' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"success": true,
"message": "Platform disconnected successfully"
}