{ "type": 0, "did": "string", "uid": "string", "username": "string", "email": "string", "phone": "string", "duration": 0 }
curl --location --request POST 'https://api.gizwits.com/app/sharing' \ --header 'X-Gizwits-Application-Id;' \ --header 'X-Gizwits-User-token;' \ --header 'Content-Type: application/json' \ --data-raw '{ "type": 0, "did": "string", "uid": "string", "username": "string", "email": "string", "phone": "string", "duration": 0 }'
{ "id": 0, "qr_content": "string" }