GET
/job-posting/phases
curl \
--request GET 'https://apigateway.vagas.com.br/v1/job-posting/phases' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"id": 1,
"nome": "vaga teste",
"sigla": "VAGTEST",
"ordem": 2
}
]