Post Data Help

Api information is given but I can’t find post data.

Please help me.

"/auth/thin/ghostuser/merge":{"post":{"tags":["Auth"],"description":"Merges a ghost user with platform user","security":[{"bearer":[],"installationId":[],"2fa":[x]}],"responses":{"200":{"description":"User merged","content":{"application/json":{"schema":{"properties":{"success":{"type":"boolean"}}}}}},"400":{"description":"Creating session failed due to reason","content":{"application/json":{"schema":{"properties":{"reason":{"type":"string","enum":[{"value":"OTP_REQUIRED","description":"The user with the given auth code has 2FA enabled. Provide OTP Code for the user."},{"value":"OTP_INVALID","description":"Invalid OTP Code"}]}}}}}},"403":{"description":"Invalid user credentials","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MultipleErrorResponse"}}}}},"requestBody":{"content":{"application/json":{"schema":{"required":["platformGameAccountId","email","password"],"properties":{"email":{"type":"string"},"password":{"type":"string"},"displayName":{"type":"string"}}}}},"description":"User credentials","required":true}}}

I mean it shows you the required field names so try writing out the “JSON” post data yourself and sending the request and check the response

Required Field Names:
platformGameAccountId, email, password