mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim-mockapi.git
synced 2026-08-27 16:34:31 +00:00
9 lines
212 B
JSON
9 lines
212 B
JSON
{
|
|
"users": [
|
|
{ "id": 1, "phone": "01234567891", "password": "123456789" }
|
|
],
|
|
"comments": [
|
|
{ "id": 1, "body": "some comment", "postId": 1 }
|
|
],
|
|
"profile": { "name": "typicode" }
|
|
} |