{
"request_id": "266ea41d-adf5-480b-af50-15b940c2b846",
"country": "string",
"currency": "string",
"identifiers": [
"string"
]
}
curl --location --request POST 'https://api.freedompay.uz/v5/partner/wallet/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"request_id": "266ea41d-adf5-480b-af50-15b940c2b846",
"country": "string",
"currency": "string",
"identifiers": [
"string"
]
}'
{
"status": "string",
"request_status": "string",
"dt": "2019-08-24T14:15:22Z",
"error_code": "string",
"error_description": "string"
}