curl --location --request GET 'http://prod-cn.your-api-server.com/oncall/roles'
{
"data": [
{
"id": 0,
"name": "Primary responder",
"account_id": 182138731581973,
"create_at": 0,
"create_by": 0,
"update_at": 0,
"update_by": 0
},
{
"id": 1,
"name": "Backup responder",
"account_id": 182138731581973,
"create_at": 0,
"create_by": 0,
"update_at": 0,
"update_by": 0
}
]
}