Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/x-www-form-urlencoded
Request Code Samples
curl --location --request PUT 'https://mazu-lan.concise.co.id/api/v1/main/auth/change-password' \
--header 'Authorization: Bearer <token>' \
--data-urlencode 'old_password=Inventory@2023-1' \
--data-urlencode 'password=Inventory@2023' \
--data-urlencode 'confirm_password=Inventory@2023'
Responses
application/json Modified at 2025-07-21 08:14:54