curl --request POST \
--url https://storekit.samarthh.me/v1/auth/register \
--header 'Content-Type: application/json' \
--data '
{
"email": "invalid-email",
"name": "Test User"
}
'Test registration with invalid email format
curl --request POST \
--url https://storekit.samarthh.me/v1/auth/register \
--header 'Content-Type: application/json' \
--data '
{
"email": "invalid-email",
"name": "Test User"
}
'The body is of type object.
Successful response