Authorization: Bearer ********************curl --location --request PATCH 'https://api.stg.bidancer.com/billing-service/v1//accesses/' \
--header 'Authorization: Bearer <token>'{
"status": "success",
"message": "string",
"data": {
"id": "string",
"billingAccountId": "string",
"userId": "string",
"name": "string",
"email": "user@example.com",
"role": "admin",
"expiresOn": "2019-08-24T14:15:22.123Z",
"createdAt": "2019-08-24T14:15:22.123Z",
"creatorId": "string",
"updatedAt": "2019-08-24T14:15:22.123Z",
"updaterId": "string"
}
}