{
"request_id": "string",
"client_id": "string",
"product_id": 0,
"client": {
"phone": 0
}
}
curl --location --request POST 'https://api.freedompay.uz/v5/card-api/client/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"request_id": "string",
"client_id": "string",
"product_id": 0,
"client": {
"phone": 0
}
}'
{
"status": "string",
"request_status": "string",
"dt": "2019-08-24T14:15:22Z"
}