Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location -g --request GET 'https://hvi-api.sigpruta.co/change-draft/headquarter/{{headquarterId}}' \
--header 'Authorization: Bearer <token>'
Responses
application/json {
"message": "Headquarter created successfully",
"data": "48a1469d-dbaa-4873-9e92-60639ecbd179"
}
Modified at 2025-09-01 03:34:09