Authorization: Bearer ********************
curl --location --request GET 'https://test-api.ucuzyolu.com/customer/invoiceinfo' \
--header 'client-id: 302382-1928283273-237723829-292999' \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": 5,
"address": "Test mah",
"district": "Cad.",
"zipcode": "58060",
"city": "İstanbul",
"country": "Türkiye",
"isCorporate": true,
"invoiceName": "Sekiz Kreatif",
"taxOffice": "Avcılar",
"taxNumber": "7590477978"
},
{
"id": 6,
"address": "Test mah",
"district": "Cad.",
"zipcode": "58060",
"city": "İstanbul",
"country": "Türkiye",
"isCorporate": true,
"invoiceName": "Sekiz Kreatif",
"taxOffice": "Avcılar",
"taxNumber": "7590477978"
}
],
"success": true,
"code": 0,
"message": ""
}