curl --location --request POST '/v1/companies' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "test@company.com",
"npwp": "1231231231231231",
"nitku": "1231231231412345123231",
"name": "Name AB",
"business_field": "Business Field",
"operation_status": "operation",
"type": "tenant",
"status_pu": "registered",
"no_pu": "string",
"pic_name": "string",
"pic_phone": "8812313123",
"address": "Jl. jalan",
"vehicles": [
{
"police_number": "B7478DD"
},
{
"police_number": "B4567PO"
}
]
}'