Authorization: Bearer ********************curl --location --request POST 'https://api.stg.bidancer.com/billing-service/v1//accesses/create' \
--header 'Authorization: Bearer <token>' \
--data-urlencode 'billingAccountId=' \
--data-urlencode 'userId=' \
--data-urlencode 'name=' \
--data-urlencode 'email=' \
--data-urlencode 'role=' \
--data-urlencode 'expiresOn='{
"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"
}
}