curl --location --request POST '/concepts' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
{
"code": "001",
"name": "CONCEITO 1",
"active": 1
},
{
"code": "002",
"name": "CONCEITO 2",
"active": 1
}
]
}'
{}
Authorization: Bearer ********************