access-token: ********************curl --location '/admin/switchs//gateway' \
--header 'access-token: <api-key>'{
"success": true,
"data": [
{
"id": 0,
"gateway": "string",
"created_at": "string"
}
],
"error": "string"
}