Can you share the body of the http node. Even better if you can share the workflow in a code block. Bad request usually means the data you sent to the rest api is faulty.
In the error it states that “Negative prompts are not supported for the chosen model”.
It looks like you’re trying to use the model V_2A_TURBO which according to the documentation is not supported for negative prompts. Either take the negative prompt out, or change the model to V_2_TURBO and NOT V_2A_TURBO
That is awesome! Glad it is all working now. Please shout if you need more help. In the meantime if you can mark my answer as the solution so other’s with the same issue can also benefit