curl --location --request POST 'https://api.pixiefixapp.com/api/v1/ai-chat/chat' \ --header 'Content-Type: application/json' \ --data-raw '{ "user_id": "string", "message": "string", "images": [ "string" ] }'
{}