Created
March 24, 2022 14:03
-
-
Save sauloarruda/e8594da999c9d236d93435a7a54f8ed7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"user": {} | |
"roles": [ | |
"entity": {}, | |
"policy": {} | |
], | |
"subscriptions": [ | |
{ | |
"description": "Pré-venda VDRocket", | |
"product": "urocket", | |
"instances": 1, | |
"messages_dispatched": 10000, | |
"valid_until": "2023-03-24", | |
"status": "active" | |
}, | |
{ | |
"description": "2 novos números", | |
"product": "urocket", | |
"instances": 2, | |
"valid_until": "2023-03-30", | |
"status": "payment-pendent" | |
}, | |
{ | |
"description": "1 número adicional", | |
"product": "urocket", | |
"instances": 1, | |
"valid_until": "2022-03-22", | |
"status": "expired" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment