Authorization: Bearer ********************curl --location --request GET '/porting_orders/exception_types' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"code": "ACCOUNT_NUMBER_MISMATCH",
"description": "Entity name does not match that on the CSR"
}
]
}