Last active
September 27, 2024 17:20
-
-
Save agup006/7fbc70a9a821bb39977504afb9ec290e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"consumerDevice": { | |
"name": "myDevice1", | |
"consumerDeviceLocation": { | |
"name": "myLocation", | |
"consumerAccount": { | |
"consumerUsers": [ | |
{ | |
"user": { | |
"id": "56bce063-f596-4ebe-a603-c0887b37a97b", | |
"firstName": "John", | |
"lastName": "Smith", | |
"contactEmail": "[email protected]" | |
} | |
} | |
] | |
}, | |
"address": { | |
"addressLine1": "123 Smith Street", | |
"zipPostalCode": "11747" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment