Skip to content

Instantly share code, notes, and snippets.

@agup006
Last active September 27, 2024 17:20
Show Gist options
  • Save agup006/7fbc70a9a821bb39977504afb9ec290e to your computer and use it in GitHub Desktop.
Save agup006/7fbc70a9a821bb39977504afb9ec290e to your computer and use it in GitHub Desktop.
{
"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