Authorization: Bearer ********************curl --location --globoff 'http://ecompulse.test/api/v1/admin/units' \
--header 'Accept: application/json' \
--header 'X-API-Key: exzbLclGAzBCyL0k1Yv29Evu6mwoYOATBF0lWPyT' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Weight",
"symbol": "Kg"
}'{
"status": "success",
"message": "Unit created successfully",
"data": {
"id": 8,
"name": "Weight",
"symbol": "Kg",
"status": 1
}
}