{
"request_id": "string",
"client_id": 0,
"product": {
"product_id": 0
}
}
curl --location --request POST 'https://api.freedompay.uz/v5/partner/client/product/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"request_id": "string",
"client_id": 0,
"product": {
"product_id": 0
}
}'
{
"status": "string",
"client_id": 0,
"product": {
"product_id": 0,
"product_uuid": "ef6d6af2-aef1-49f6-a502-cfed9e6fd1a9",
"terminal_id": 0,
"status": true
},
"error_code": 0,
"error_description": "string",
"dt": "2019-08-24T14:15:22Z"
}