{
"client": {
"firstName": "Иван",
"lastName": "Иванов",
"secondName": "Иванович",
"phone": "79995556644",
"email": "",
"birthDate": "01.05.2001"
},
"friend": {
"firstName": "Михаил",
"lastName": "Сидоров",
"secondName": "Иванович",
"phone": "79995556644",
"email": "Linwood6@hotmail.com",
"birthDate": ""
}
}curl --location --request POST '/meridian.mobile.friendRegistration' \
--header 'Content-Type: application/json' \
--data-raw '{
"client": {
"firstName": "Иван",
"lastName": "Иванов",
"secondName": "Иванович",
"phone": "79995556644",
"email": "",
"birthDate": "01.05.2001"
},
"friend": {
"firstName": "Михаил",
"lastName": "Сидоров",
"secondName": "Иванович",
"phone": "79995556644",
"email": "Linwood6@hotmail.com",
"birthDate": ""
}
}'{
"result": 111111,
"time": {
"start": 1708423517.104644,
"finish": 1708423517.20966,
"duration": 0.10501599311828613,
"processing": 0.056771039962768555,
"date_start": "2024-02-20T15:05:17+05:00",
"date_finish": "2024-02-20T15:05:17+05:00"
}
}