curl --location --globoff 'http://ecompulse.test/api/v1/ecommerce/account/register' \
--header 'Accept: application/json' \
--header 'X-API-Key: exzbLclGAzBCyL0k1Yv29Evu6mwoYOATBF0lWPyT' \
--header 'Content-Type: application/json' \
--data-raw '{
"first_name": "Tom",
"last_name": "Yahn",
"email": "tom@gmail.com",
"password": "tom@123",
"password_confirmation": "tom@123"
}'{
"status": "success",
"message": "Register successful",
"data": {
"id": 8,
"first_name": "Tom",
"last_name": "Yahn",
"gender": null,
"address": null,
"zip_code": null,
"phone": null,
"email": "tom@gmail.com",
"country": null,
"status": 1,
"billing": null,
"shipping": null
}
}