create a user card
POST localhost:8001/cards
Request Body
{"name"=>"Roberto Alejandro de la Cruz Martinez", "expiration"=>{"month"=>"01", "year"=>"22"}, "last"=>"4569", "brand"=>"visa", "type"=>"debit", "country"=>"MX", "card_id"=>"12345678"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
authorization | string | ||
Content-Type | string |