I'm facing issue in converting format #3036
Answered
by
aslams2020
IncharaIse
asked this question in
Q&A
-
In task sending data with post I'm not able to create add book request and format is not changing to json |
Beta Was this translation helpful? Give feedback.
Answered by
aslams2020
Nov 1, 2024
Replies: 2 comments 2 replies
-
@IncharaIse
Then in Authorization tab, choose Auth type API Key
then lastly in your scripts tag add following scripts:
This should resolve your errors. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
MastanSayyad
-
@IncharaIse Is it resolved? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@IncharaIse
Go to your add a book request and in your body tab > raw > JSON > add this:
Like following -
Then in Authorization tab, choose Auth type API Key
then add
Like following:
then lastly in your scripts tag add following scripts:
This should resolve your errors.