I am using API for registration but in response I am getting HTML
-
POST http://35.239.195.234/hemchhaya/public/api/customer/register
Parameter Porvided
first_name:sudip
last_name:dig
email:[email protected]
password:123456
password_confirmation:123456
phone:+918100774364Content-Type: application/json
But getting HTML response
Please Help me.
-
Hi @himanshu-kmr,
Just add
Accept: application/json
in your header.