Creates a new product location
Creates a new product location with the given details.
Request
This endpoint expects an object.
name
Name of the product location.
status
Status of the product location.
company_branch_id
Identifier for the company branch associated with the product location.
Response
Product location created successfully.
product_location_id
Unique identifier for the newly created product location.
name
Name of the newly created product location.
status
Status of the newly created product location.
company_branch_id
Identifier for the company branch associated with the newly created product location.