Initial commit
This commit is contained in:
65
mocks/api/v2/dalan/resource/users/me/GET.mock
Normal file
65
mocks/api/v2/dalan/resource/users/me/GET.mock
Normal file
@@ -0,0 +1,65 @@
|
||||
HTTP/2 200
|
||||
access-control-allow-origin: *
|
||||
access-control-allow-methods: GET, POST, PUT, PATCH, DELETE
|
||||
access-control-allow-headers: Origin, X-Requested-With, Content-Type, Accept, Authorization
|
||||
|
||||
|
||||
|
||||
|
||||
{
|
||||
"email":"yaser.rezaei@gmail.com",
|
||||
"uid":"ID9B35B4A318",
|
||||
"role":"member",
|
||||
"level":0,
|
||||
"otp":false,
|
||||
"state":"active",
|
||||
"referral_uid":null,
|
||||
"data":"{\"language\":\"en\"}",
|
||||
"labels":[
|
||||
{
|
||||
"key":"email",
|
||||
"value":"verified",
|
||||
"scope":"private",
|
||||
"created_at":"2021-08-08T04:38:20Z",
|
||||
"updated_at":"2021-08-08T04:38:20Z"
|
||||
},
|
||||
{
|
||||
"key":"profile",
|
||||
"value":"verified",
|
||||
"scope":"private",
|
||||
"created_at":"2021-08-08T07:00:11Z",
|
||||
"updated_at":"2021-08-08T07:00:46Z"
|
||||
},
|
||||
{
|
||||
"key":"access_phone",
|
||||
"value":"verified",
|
||||
"scope":"private",
|
||||
"created_at":"2021-08-08T07:01:30Z",
|
||||
"updated_at":"2021-08-08T07:01:44Z"
|
||||
}],
|
||||
"phones":[
|
||||
{
|
||||
"country":"IR",
|
||||
"number":"98******9700",
|
||||
"validated_at":"2021-08-08T07:01:44.000Z"
|
||||
}],
|
||||
"profiles":[
|
||||
{
|
||||
"first_name":"یاسر",
|
||||
"last_name":"ر****",
|
||||
"national_code":"07937*****",
|
||||
"dob":"1363-06-**",
|
||||
"address":null,
|
||||
"postcode":null,
|
||||
"city":null,
|
||||
"country":null,
|
||||
"state":"verified",
|
||||
"metadata":null,
|
||||
"upload":null,
|
||||
"created_at":"2021-08-08T07:00:10Z",
|
||||
"updated_at":"2021-08-08T07:00:46Z"
|
||||
}],
|
||||
"data_storages":[],
|
||||
"created_at":"2021-08-08T04:37:58Z",
|
||||
"updated_at":"2021-08-08T04:38:20Z"
|
||||
}
|
||||
Reference in New Issue
Block a user