{
"card_id": "string",
"pin": "string"
}
curl --location --request POST 'https://api.freedompay.kg/v5/card-api/card/set_pin' \
--header 'Content-Type: application/json' \
--data-raw '{
"card_id": "string",
"pin": "string"
}'
ok
: Request completed successfully.error
: Request completed with an error.YYYY-MM-DDThh:mm:ss+hh:mm
).{
"status": "string",
"request_status": "string",
"dt": "string"
}