@FayneVALSK Please use reactions instead of +1 replies if you want to give more value to this issue 馃槃

@kanji-keraliya @FayneVALSK @Almusamim
This was implemented as of v4.0.0-rc0, you can now use the endpoints configuration to do it, each endpoints are an axios request config, so you can do it like this :
endpoints: {
login: { headers: { 'Content-Type': 'application/x-www-form-urlencoded' } }
}
馃帄
Most helpful comment
@kanji-keraliya @FayneVALSK @Almusamim
This was implemented as of
v4.0.0-rc0, you can now use the endpoints configuration to do it, each endpoints are anaxiosrequest config, so you can do it like this :馃帄