Hello,
I am tryong to creatie an API, while doing so I am facing the Error as below,

Below are teh parameters I am passing, but the curl generated is different.

The Curl : curl -X POST "">mingle-ionapi.eu1.inforcloudsuite.com/.../token -H "accept: application/json" -H "Authorization: Bearer eyJraWQiOiJrZzphY2ZhYTQ1OC05OGE3LTRkNjYtYjM4YS04MzY5NDk4NzRhZjMiLCJhbGciOiJSUzI1NiJ9.eyJUZW5hbnQiOiJKNzNDSjZSWVVFM0dXNzg4X1RTVCIsIklkZW50aXR5MiI6ImQzMDJmMTA0LTcwNTMtNDIxOC1hZTVmLWZhN2NlNjA2YTk5MiIsIlNTT1Nlc3Npb25JRCI6Iko3M0NKNlJZVUUzR1c3ODhfVFNUfmY3MzlkZjNkLWEwZTMtNDY5Zi1hNjk5LTBkZjljZTM1ODEwMyIsInNjb3BlIjoib3BlbmlkIiwiSUZTQXV0aGVudGljYXRpb25Nb2RlIjoiQ0xPVURfSURFTlRJV5MTExNjcsImlzcyI6Imh0dHBzOi8vbWluZ2xlLXNzby5ldTEuaW5mb3JjbG91ZHN1aXRlLmNvbS9pbmZvcnN0cyIsImF1ZCI6Imh0dHBzOi8vbWluZ2xlLWlvbmFwaS5ldTEuaW5mb3JjbG91ZHN1aXRlLmNvbSJ9.ScNJeTTlNXz2gnl_9GAPvCr6qJRWyk2YqXJNc9VnUkAhv2S80EQYGiVofvmONODRVVKFwRtIqPboDzigQqOOBbn022VkxbonyZGKqEnwNnWmMC6P8rteqTJN9gVJNOtvua7rkPL6aaN-CeMH5YUWsBdD2KQmqCJ9ghkRmtZevkaUrrHH0jNcYfQF1JmHMTdsrLAvQs3w7oFyb0HuaYoCS3Mn3gMuxwWTFzp9sWIwspmVqFB2UgXsyNahGVcDCW-RDSOWVUudpFmY0dIoc_1hW6LrT7Ujwvk1jQgBVGmVNYD8aeXP0sXAZtpEtiLgWHg59WPyu8aeXY9X5l95tIArnw" -d ""
As it is observed, that in Authorization parameter(header) a different value is passed, wheras the Curl generated shows a totally different value.
My Requirement is that the Value in parameter and Curl should be same and receive '200' response.
Please help me out in this situatuion.