{
"request_id": "string",
"client_id": 0,
"user_info": {
"first_name": "string",
"last_name": "string",
"phone": "string",
"email": "string"
}
}
curl --location --request POST 'https://api.freedompay.kg/v5/partner/client/user/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"request_id": "string",
"client_id": 0,
"user_info": {
"first_name": "string",
"last_name": "string",
"phone": "string",
"email": "string"
}
}'
ok
: Request completed successfully.error
: Request completed with an error.YYYY-MM-DDThh:mm:ss+hh:mm
).{
"status": "string",
"client_id": 0,
"user_id": 0,
"error_code": 0,
"error_description": "string",
"dt": "2019-08-24T14:15:22Z"
}