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
[ | |
{ | |
"id": 1, | |
"name": "Adit", | |
"email": "[email protected]", | |
"password": 1234, | |
"avatar": "https://randomuser.me/api/portraits/men/11.jpg" | |
}, | |
{ | |
"id": 2, |
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
[ | |
"http://lorempixel.com/output/nature-q-c-640-480-1.jpg", | |
"http://lorempixel.com/output/nature-q-c-640-480-2.jpg", | |
"http://lorempixel.com/output/nature-q-c-640-480-3.jpg", | |
"http://lorempixel.com/output/nature-q-c-640-480-5.jpg", | |
"http://lorempixel.com/output/nature-q-c-640-480-6.jpg", | |
"http://lorempixel.com/output/nature-q-c-640-480-7.jpg" | |
] |
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
[ | |
{ | |
"value": "House" | |
}, | |
{ | |
"value": "Apartement" | |
}, | |
{ | |
"value": "Kost" | |
}, |
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
[ | |
{ | |
"value": "Jakarta Utara" | |
}, | |
{ | |
"value": "Jakarta Pusat" | |
}, | |
{ | |
"value": "Jakarta Barat" | |
}, |
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
[ | |
{ | |
"id": 1, | |
"name": "Fadel", | |
"email": "[email protected]", | |
"password": 1234, | |
"avatar": "https://randomuser.me/api/portraits/men/11.jpg", | |
"level": "problem_handler" | |
}, | |
{ |
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
[ | |
{ | |
"id": 1, | |
"name": "Glenn", | |
"image": "http://lorempixel.com/output/city-q-c-640-480-1.jpg", | |
"content": "Lorem ipsum dolor sit amet, in enim iudicabit eum. Albucius atomorum inimicus eu eos.", | |
"avatar": "https://randomuser.me/api/portraits/women/1.jpg" | |
}, | |
{ | |
"id": 2, |