Authorization: Bearer ********************
{ "uniq_id": "10efc626-545c-4b27-b" }
curl --location -g --request POST '{{base_url}}pickup-point/download-qr-code/' \ --header 'X-WebHook-Secret: r3WExcdfdfwe' \ --header 'Content-Type: application/json' \ --data-raw '{ "uniq_id": "10efc626-545c-4b27-b" }'
{ "count": 0, "next": null, "previous": null, "results": { "success": true, "data": [ "string" ] } }