cURL
curl --request POST \ --url http://staging.qshop.ng/apiv2/request-access/{action} \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]" } '
"[email protected]"
Was this page helpful?