curl --location --request POST '/api/v2/onboarding/complete' \
--header 'Content-Type: application/json' \
--data-raw '{
"role": "CS",
"avatar_preset_id": 1,
"voice_preset_id": 1,
"system_prompt": "You are a helpful AI assistant for customer support."
}'
{
"success": true,
"message": "string",
"data": {
"user": {
"id": "string",
"email": "string"
},
"access_token": "string",
"token_type": "string",
"expires_in": 0,
"refresh_token": "string",
"refresh_expires_in": 0
}
}