cURL
curl --request GET \ --url http://staging.qshop.ng/apiv2/{shopId}/domain/subscriptions \ --header 'Content-Type: application/json' \ --data ' { "full_name": "Badmus Rasaq Adeyinka" } '
"Badmus Rasaq Adeyinka"
Was this page helpful?