X-API-Key: ********************curl --location 'https://api.snakk.ai/api/auth/signup' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"password": "stringst",
"metadata": {}
}'{
"access_token": "string",
"refresh_token": "string",
"token_type": "bearer",
"expires_in": 0,
"expires_at": 0,
"user": {}
}