Authorization: Bearer ********************curl --location --request GET '/api/boarding-application/<id>/equipment/terminals' \
--header 'Authorization: Bearer <token>'{
"tid": 7000,
"vnumber": "1",
"gateway": "Internal",
"note": "Gateway 1"
},
{
"tid": 7001,
"vnumber": "2",
"gateway": "Other",
"note": "Gateway 2"
},
{
"tid": 7003,
"vnumber": "3",
"gateway": "Internal",
"note": "test"
}