curl --location '/biometric-registration/v1/post-register' \
--header 'ax-request-id: a30fb634-0e81-45f2-a238-c3807207cd85' \
--header 'ax-channel: W' \
--header 'ax-touchpoint: WEBAXISREPLACEMENT' \
--header 'Authorization: Bearer 72f69d26-2112-3dcd-bb6a-5cc5d6d24f05' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
"nik": "string",
"image": "string",
"ip": "string",
"msisdn": "string"
}'{
"fault": {
"code": 900901,
"message": "Invalid Credentials",
"description": "Access failure for API: /biometric-registration/v1/post-register, version: v1 status: (900901) - Invalid Credentials. Make sure you have given the correct access token"
}
}